home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / dstool / readme.not < prev    next >
Text File  |  1994-10-23  |  4KB  |  100 lines

  1.                             9/92
  2.  
  3. The file dstool_1.1.not_sun.tar.Z contains an alpha release 
  4. which may be useful in compiling dstool on other architectures
  5. than Suns. 
  6.  
  7. We have used this release to run dstool on Decstations
  8. and IBM RS/6000's. However our access to these machines is quite
  9. limited, so we are not yet able to fully support installation
  10. or fully test dstool.
  11.  
  12. Dstool requires the xview (version 2 or 3) libraries for compilation. 
  13. Source for xview version 3 is available as part of the contributed 
  14. subdirectory of the X11R5 release. This can be found, for example,
  15.  in the directory ~ftp/contrib/xview3 on export.lcs.mit.edu. 
  16.  
  17. Compilation of those xview sources on non-Sun machines can be a
  18. problem. The subdirectory Fixes of ~ftp/contrib/xview3
  19. on export contains a number of patches to support installation of xview 
  20. on RS/6000's and Irises. Decstation binaries are also generally
  21. available. We include below some notes specific to xview installation 
  22. on Decstations and RS/6000's.
  23.  
  24. (There are also a number of commercial ports of xview to other machines.)
  25.  
  26. In addition to installing the xview and olgx libraries, you will have
  27. to make sure your font path includes the necessary compiled fonts - e.g.
  28. those in xview3/fonts/bdf/misc and xview3/fonts/bdf/75dpi.
  29.  
  30. After central installation, individuals typically use the install_dsuser
  31. script (in $DSTOOL/bin) to set up user dstool configurations where they can
  32. install their own models. A typical directory for this is $HOME/dstool.
  33. For the Makefiles in this alpha release, it is necessary that users set 
  34. an environment variable DSTOOL_U giving the location of their
  35. personal files. 
  36.  
  37. For example, if user "joe" sets up a user dstool configuration in 
  38. /usr/u/joe/dstool, he should add
  39.  
  40.     setenv DSTOOL_U /usr/u/joe/dstool
  41.  
  42. to his environment (and .cshrc) before compiling a user dstool. (Complete
  43. instructions for installing new models will be in the subdirectory "models"
  44. created by the install_dsuser script.)
  45.  
  46. Source code for the non-Sun versions is almost identical to the Sun case;
  47. most changes are simply in Makefiles. 
  48.  
  49. We would like to thank the following people for assistance in the non-sun 
  50. versions.
  51.  
  52.     Andrew Pierce (IBM Supercomputing Technology Center,
  53.     in residence at the Cornell Theory Center)
  54.     for doing the first port to the RS/6000 of Xview 3.
  55.  
  56.     H. E. Donley of the Mathematics Department at 
  57.     Indiana University of Pennsylvania for the 
  58.     Decstation case.
  59.  
  60. We would welcome any advice from users of the non-Sun version on 
  61. bugs, Makefile and other setup improvements. Please address such comments to
  62.  
  63.     dstool_bugs@cam.cornell.edu
  64.  
  65. ******************************************************************************
  66. IBM RS/6000 Notes:
  67.  
  68.     Tom McConnell's patches to xview Version 3 for RS/6000
  69.     compilation are in the directory ~ftp/contrib/xview3/Fixes.
  70.     The file xview3_rs6k_unofficial.patch.Z in that directory
  71.     describes the general patching procedure recommended.
  72.  
  73.     Font compilation procedure:
  74.  
  75.         a) Obtain the fonts (xview3/fonts/bdf/misc and
  76.         (xview3/fonts/bdf/75dpi) from the xview distribution.
  77.  
  78.         b) Apply "bdftosnf" to the font files (*.bdf) in these 
  79.         directories.
  80.  
  81.         c) Apply "mkfontdir" to these directories.
  82.  
  83.         d) Add these directories to your font path: e.g.
  84.  
  85.         xset fp+ <xview_home>/xview3/fonts/bdf/misc/,<xview_home>/xview3/fonts/bdf/75dpi/
  86.  
  87. ******************************************************************************
  88. Decstation Notes:
  89.  
  90.     Binaries of xview Version 3 for Ultrix 4.2 are available for 
  91. anonymous ftp at media-lab.media.mit.edu (18.85.0.2).
  92.     Compiled fonts (pcf format)for Decstations are available in the file
  93.  ~ftp/contrib/xview_fonts-dec-pcf.tar.Z on export.lcs.mit.edu.
  94.  
  95. ******************************************************************************
  96.  
  97. Further information compiled by Liam Quin is available in the file Xview_Ports.
  98.  
  99.  
  100.